home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ May 89 / U0024-"Later Versions" Co-May89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  1.0 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    3102445                         15-May-89        09:51
  2.  
  3. From:   CH0095                          CH DEV PEMD Group
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    "Later Versions" Completed
  8.  
  9. Hi Everyone,
  10.  
  11. Just want to complete the series of links regarding how to prepare an
  12. application for future versions.
  13.  
  14. We finally decided on a strategy suggested by John Olsen and Chris Knepper.
  15. Each file will be assigned a version number, and a DoRead method and constants
  16. will correspond to each  version. The advantage of the strategy is that it is
  17. very straightforward to implement and later understand.  With many versions, it
  18. could have the disadvantage of producing bulky code.  Accordingly, Steve
  19. Friedrich suggested putting previous versions of DoRead into a segment seperate
  20. from the other code.
  21.  
  22. Out thanks again to all those who responded.  It was a fine learning experience
  23. for us.  Especially fascinating was that by disabling range checking,
  24. aArray[0..0] is a way to have dynamic arrays in Pascal.
  25.  
  26. Regards,
  27. Ernie
  28.  
  29.  
  30.